UweKeim / aspnetserve

A free and open source ASP.NET 2.0/3.x web server.
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

HTTP Persistent Connections Unsupported #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
HTTP persistent connections are currently unsupported by aspNETserve.

More on persistent connections in HTTP can be read at:
http://en.wikipedia.org/wiki/HTTP_persistent_connections

Original issue reported on code.google.com by jason.wh...@gmail.com on 24 Jun 2008 at 2:18

GoogleCodeExporter commented 9 years ago
I have already added and implemented IsKeepAlive method to the IRequest and its
implementation. Now all that is left is somehow figure out how to do everything 
else :-)

Original comment by jason.wh...@gmail.com on 29 Jun 2008 at 3:23

GoogleCodeExporter commented 9 years ago
I am working on this task again.

Original comment by jason.wh...@gmail.com on 29 Jun 2008 at 4:54

GoogleCodeExporter commented 9 years ago
This issue has been resolved as of subversion revision 86.

Original comment by jason.wh...@gmail.com on 2 Jul 2008 at 3:40