Skip to content

Setfive/vertx-slow-sessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vertx-slow-sessions

This demonstrates an issue where Vert.x doesn't wait for it's session handler to close before completing the HTTP request.

Run with

$ mvn package
$ java -jar target/web-examples-3.5.1.jar

Now curl with cookies enabled:

$ curl -v -c cookies localhost:8080
$ curl -v -c cookies localhost:8080

You'll notice the request completes but the hitcount doesn't increment because the session hasn't been flushed yet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages