зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1346313 - Part 1: Modify Fetch's header handler delimiter to 0x2C 0x20 to align with spec. r=baku
This commit is contained in:
Родитель
8287bed367
Коммит
06823a6bd8
|
@ -88,7 +88,7 @@ InternalHeaders::Get(const nsACString& aName, nsACString& aValue, ErrorResult& a
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* delimiter = ",";
|
const char* delimiter = ", ";
|
||||||
bool firstValueFound = false;
|
bool firstValueFound = false;
|
||||||
|
|
||||||
for (uint32_t i = 0; i < mList.Length(); ++i) {
|
for (uint32_t i = 0; i < mList.Length(); ++i) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче