DinaGala / 42_webserv

This project is about writing our own HTTP server.
2 stars 2 forks source link

Closing connection when keepAlive = true #20

Closed nuferron closed 2 months ago

nuferron commented 2 months ago

A veces con Postman tengo el error socket hang up Que por lo que he visto significa que estamos cerrando conexion cuando no deberiamos

nuferron commented 2 months ago

postman couldn't interpret the response because it was missing \r\n\r\n at the end (it needs it even if there is no content)