GeoSales-Evolution / self-deployable-docker

Docker repo capable of deploying itself... or something like that
MIT License
2 stars 2 forks source link

Bodyless PUT #6

Closed jeffque closed 1 year ago

jeffque commented 1 year ago

Current webrick is stalling when receiving a PUT request with no body in it.

jeffque commented 1 year ago

Related ruby/webrick#67

jeffque commented 1 year ago

Happens in 1.7.0

Works on master

jeffque commented 1 year ago

Confirmed that works nicely using last version of the branch in the repository.

But it needs to install git to be able to use the gem. Another issue will take care of a multi step build for it.

In this one, must also need a way to update Gemfile.lock, maybe via Makefile ?