1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Merge remote-tracking branch 'remotes/esp8266/master'

This commit is contained in:
Markus Sattler
2016-01-16 14:01:19 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -798,7 +798,7 @@ bool HTTPClient::sendHeader(const char * type) {
header += "\r\n";
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()) {