Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip auto-generation of Content-Type header. #507

Merged

Commits on Sep 14, 2015

  1. Skip auto-generation of Content-Type header.

    Content-Type header automatic generation did not honor
    the documented `skip_auto_headers` param.
    
    With this patch we correctly skip generation of this header
    while documenting that it is not possible to do so for the
    `Content-Length` header.
    
    See Issue aio-libs#379 for details.
    Marco Paolini committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    66a2784 View commit details
    Browse the repository at this point in the history
  2. Force autogenration of Content-Length header.

    Even when the caller asked to skip it!
    Marco Paolini committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    2ff2f19 View commit details
    Browse the repository at this point in the history