Skip to content

Conversation

@akrambek
Copy link
Contributor

@akrambek akrambek commented Mar 11, 2025

No description provided.

@jfallows jfallows changed the title Add support to handle dropped end frame Handle reserved budget in HTTP end frame Mar 11, 2025
@akrambek akrambek marked this pull request as ready for review March 12, 2025 05:41
Comment on lines 409 to 415
private int replyPadding;
private long replyBudgetId;
private int replyMax;
private int replyPadding;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private int replyPadding;
private long replyBudgetId;
private int replyMax;
private int replyPadding;
private long replyBud;
private int replyPad;
private int replyMax;

String16FW status)
{
server.doGrpcNetStatus(traceId, authorization, status);
server.doGrpcNetStatus(traceId, authorization, server.replyPadding, status);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct? (padding for reserved as parameter)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it is not correct it should be 0 as we are handeling abort which was not claimed anywhere. Thanks for the catch.

@jfallows jfallows merged commit b1825ef into aklivity:develop Mar 12, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants