fix missing code block ending

master
James Doyle 2015-01-22 13:06:15 -05:00
parent a5c9c5e609
commit 7e198520c0
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ local function app(read, write)
-- Writing nil closes the connection
write()
end
```
Then we hook up the adapted `uv_tcp_t` socket with the user code that also
uses the read/write interface and insert the http codec in the middle with the