Commit bd24ab2b authored by Ben Noordhuis's avatar Ben Noordhuis Committed by Fedor Indutny
Browse files

http: add request.flush() method



Forcibly flushes the request headers.  You need this with long-lived
HTTP connections where the first data isn't written until the connection
has been established (think: tunneling requests over HTTP CONNECT.)

Fixes #7296.

Signed-off-by: default avatarFedor Indutny <fedor@indutny.com>
parent a60a9b0d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment