Skip to content
  • Aaron Patterson's avatar
    3022c156
    use the body proxy to freeze headers · 3022c156
    Aaron Patterson authored
    avoid freezing the headers until the web server has actually read data
    from the body proxy.  Once the webserver has read data, then we should
    throw an error if someone tries to set a header
    
    Conflicts:
    	actionpack/lib/action_controller/metal/live.rb
    3022c156
    use the body proxy to freeze headers
    Aaron Patterson authored
    avoid freezing the headers until the web server has actually read data
    from the body proxy.  Once the webserver has read data, then we should
    throw an error if someone tries to set a header
    
    Conflicts:
    	actionpack/lib/action_controller/metal/live.rb
Loading