asciimoo / morty

Privacy aware web content sanitizer proxy as a service
GNU Affero General Public License v3.0
484 stars 57 forks source link

Remove req.SetConnectionClose() #78

Open dalf opened 5 years ago

dalf commented 5 years ago

Use case example: display the searx from wikipedia (infobox in searx).

Involve 3 requests (2 redirects) :

Even with #76, the response time could be decreased without closing the HTTP connections, especially on the second request.

Not sure about resource usage over time (memory, sockets) ?