mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Accept-Encoding missing comma added
This commit is contained in:
parent
43a55bd404
commit
ae1409125f
@ -789,7 +789,7 @@ bool HTTPClient::sendHeader(const char * type) {
|
|||||||
header += "\r\n";
|
header += "\r\n";
|
||||||
|
|
||||||
if(!_useHTTP10) {
|
if(!_useHTTP10) {
|
||||||
header += "Accept-Encoding: identity;q=1 chunked;q=0.1 *;q=0\r\n";
|
header += "Accept-Encoding: identity;q=1,chunked;q=0.1,*;q=0\r\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if(_base64Authorization.length()) {
|
if(_base64Authorization.length()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user