• Show log

    Commit

  • Hash : 7372573b
    Author : Edward Thomson
    Date : 2019-10-25T12:22:10

    httpclient: support expect/continue
    
    Allow users to opt-in to expect/continue handling when sending a POST
    and we're authenticated with a "connection-based" authentication
    mechanism like NTLM or Negotiate.
    
    If the response is a 100, return to the caller (to allow them to post
    their body).  If the response is *not* a 100, buffer the response for
    the caller.
    
    HTTP expect/continue is generally safe, but some legacy servers
    have not implemented it correctly.  Require it to be opt-in.