Skip to content

lauriro/iotjs-buffer-error-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run server

Run on linux where kernel page size is 4KB or create larger files.

$ iotjs server.js

On other terminal make a request

# Correct 4KB response
$ curl -s http://localhost:8081/
# Invalid 8KB response, first 4KB is missing and second 4KB is sent twice
$ curl -s http://localhost:8081/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published