Merge pull request #33640 from mewin/http_head_request
Fix HTTP HEAD requests
This commit is contained in:
commit
6f38aeef52
2 changed files with 11 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ private:
|
|||
bool ssl_verify_host;
|
||||
bool blocking;
|
||||
bool handshaking;
|
||||
bool head_request;
|
||||
|
||||
Vector<uint8_t> response_str;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue