swisspol/GCDWebServer

Supporting keep-alive connections

chaitanyabaranwal opened this issue · 1 comments

Hi there! I noticed that the socket connection does not get reused for different requests in GCDWebServer (in line with the documentation of this library not supporting keep-alive). However, the application I am using GCDWebServer for would work best if connections are reused.

Can I check if this functionality can be implemented, and if not, what part of the code would require a change so that I can try implementing it myself?

There are no plans to implemented this. It would be quite complicated too.