Skip to content

Instantly share code, notes, and snippets.

@MayamaTakeshi
Created September 22, 2014 00:39
Show Gist options
  • Save MayamaTakeshi/7fe94e95a0e7d8d5d465 to your computer and use it in GitHub Desktop.
Save MayamaTakeshi/7fe94e95a0e7d8d5d465 to your computer and use it in GitHub Desktop.
Confirmation of correction of http.lua
root@LAB002143-BASIX-FE:tmp# 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