fixes bug 162448 "Page takes loooong to load with pipelining enabled [IIS/5.0]"

r=gagan sr=bzbarsky
This commit is contained in:
darin%netscape.com 2002-08-13 23:37:22 +00:00
Родитель 1b0275a55a
Коммит e5125a71a8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -187,6 +187,7 @@ nsHttpConnection::SupportsPipelining(nsHttpResponseHead *responseHead)
// the list of servers known to do bad things with pipelined requests
static const char *bad_servers[] = {
"Microsoft-IIS/4.",
"Microsoft-IIS/5.",
"Netscape-Enterprise/3.",
nsnull
};