Merge pull request #33640 from mewin/http_head_request

Fix HTTP HEAD requests
This commit is contained in:
Fabio Alessandrelli 2019-12-01 05:50:33 +01:00 committed by GitHub
commit 6f38aeef52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -166,6 +166,7 @@ private:
bool ssl_verify_host;
bool blocking;
bool handshaking;
bool head_request;
Vector<uint8_t> response_str;