Skip to content

Instantly share code, notes, and snippets.

@MayamaTakeshi
Created September 22, 2014 00:40
Show Gist options
  • Save MayamaTakeshi/a62a2d402b1f8d0089df to your computer and use it in GitHub Desktop.
Save MayamaTakeshi/a62a2d402b1f8d0089df to your computer and use it in GitHub Desktop.
Confirmation of correction of http.lua keepalive issue
$ node my_http_server_with_close.js
New connection[object Object]
Server(80) request arrived for /one
Server(80) request arrived for /two
Server(80) request arrived for /three
Server(80) request arrived for /four
New connection[object Object]
Server(8080) request arrived for /FOUR
Server(8080) request arrived for /five
Server(8080) request arrived for /six
Server(8080) request arrived for /seven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment