• Show log

    Commit

  • Hash : 4f4d0c93
    Author : Jay R. Wren
    Date : 2012-10-10T13:16:02

    add evhttp_request_get_response_code_line
    
    This is needed to be able to read the response code line especially
    when acting as an http client using evhttp_make_request.
    
    (patched by nickm to make the return value const)