-
notapatch authored
In commit 449039a8, ActionDispatch::Head was replaced with Rack::Head in the middleware. However, the documentation was not changed. Rack::Head code behaviour is not to change HEAD into GET it is to close the body of all HEAD requests. This commit fixes the docs to show this. The left-over ActionDisplayt::Head documentation is, unsurprisingly, wrong. Rack::Head code behaviour is not to change HEAD into GET it is to close the body of all HEAD requests. This commit fixes the docs to show this.
notapatch authoredIn commit 449039a8, ActionDispatch::Head was replaced with Rack::Head in the middleware. However, the documentation was not changed. Rack::Head code behaviour is not to change HEAD into GET it is to close the body of all HEAD requests. This commit fixes the docs to show this. The left-over ActionDisplayt::Head documentation is, unsurprisingly, wrong. Rack::Head code behaviour is not to change HEAD into GET it is to close the body of all HEAD requests. This commit fixes the docs to show this.
Loading