diff options
Diffstat (limited to 'lib/http.h')
| -rw-r--r-- | lib/http.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/lib/http.h b/lib/http.h index 907755a8a..f7d64e8c4 100644 --- a/lib/http.h +++ b/lib/http.h @@ -7,7 +7,7 @@   *                            | (__| |_| |  _ <| |___   *                             \___|\___/|_| \_\_____|   * - * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.   *   * This software is licensed as described in the file COPYING, which   * you should have received as part of this distribution. The terms @@ -169,6 +169,7 @@ struct http_conn {    sending send_underlying; /* underlying send Curl_send callback */    recving recv_underlying; /* underlying recv Curl_recv callback */    bool closed; /* TRUE on HTTP2 stream close */ +  uint32_t error_code; /* HTTP/2 error code */    Curl_send_buffer *header_recvbuf; /* store response headers.  We                                         store non-final and final                                         response headers into it. */ | 
