package: pound

An SSL problem exists with pound-1.9 when the client is Firefox 1.0.6.
This problem was described in the pound mailing list as:

"It shows up as excruciating slowness when making multiple requests, i.e.,
a web page with images, where the secondary requests come in very slowly. ZMI takes many seconds to load."

The solution/patch proposed by the pound developer is as follows and
was confirmed to solve the problem by the original reporter on the
pound mailing list:

Change http.c, line 1225 from:

   if(ssl != NULL && strstr(u_agent, "MSIE") != NULL)

to

   if(ssl != NULL)




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to