Skip to content

A simple reproducer to observe of how HttpCommons 4.x handles HTTP 204 responses with a body

License

Notifications You must be signed in to change notification settings

ricardozanini/httpclient-status204-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HttpCommons Status 204

A simple reproducer to observe how HttpCommons 4.x handles HTTP 204 responses with a body.

Lab Results

For this lab, I implemented three different servers to observe their behavior with RFC 7230 (HTTP/1.1) when returning a Http Status 204 with a body (breaking the RFC).

The motivation behind this lab was to observe the response parse by HttpCommons in such scenarios. The problem is, neither servers return a response body when setting a 204 http status:

Still looking for a server which breaks the RFC.

About

A simple reproducer to observe of how HttpCommons 4.x handles HTTP 204 responses with a body

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages