BytesClub / serverX

A HTTP/HTTPS Web Server Handler by (C) Bytes Club
Other
3 stars 3 forks source link

Don't store all response in a variable [2/2] #19

Open rubencm opened 6 years ago

rubencm commented 6 years ago

For interpreted files, the server should use chunked transfer encoding, and send the data while reading it in chunks.