Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP server header: Sending http response hearder immediately instead of waiting for payload #2290

Closed
wants to merge 1 commit into from

Conversation

ccaapton
Copy link

Currently the tcp server response header module only response when there is actual payload to send back, and behaves differently from the normal http procedure, where http response should be sent immediately upon seeing request.

This commit will instead send out http response as soon as oneTimeReader is consumed.

…nection establishment instead of first output packet
@kslr
Copy link
Contributor

kslr commented Aug 4, 2020

@RPRX

@github-actions
Copy link

github-actions bot commented Dec 3, 2020

It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale label Dec 3, 2020
@github-actions github-actions bot closed this Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants