• Show log

    Commit

  • Hash : aa8b2c0f
    Author : Edward Thomson
    Date : 2020-06-01T23:53:55

    httpclient: don't read more than the client wants
    
    When `git_http_client_read_body` is invoked, it provides the size of the
    buffer that can be read into.  This will be set as the parser context's
    `output_size` member.  Use this as an upper limit on our reads, and
    ensure that we do not read more than the client requests.