jgauffin / Griffin.WebServer

A web server built on top of Griffin.Framework
107 stars 42 forks source link

Is the webserver supporting persistent connection? (keep-alive) #43

Closed fabianoriccardi closed 1 year ago

fabianoriccardi commented 4 years ago

Hi Jonas, Is the webserver supporting persistent connection? I had navigated through the source code but I can't find a clue about this.

jgauffin commented 4 years ago

It should. Keep alives are just \r\n being sent periodically.