Changeset 99196d9 in mod_gnutls
- Timestamp:
- Jan 16, 2020, 12:38:58 PM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- ee2854b
- Parents:
- a9e0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
ra9e0738 r99196d9 1462 1462 return rv; 1463 1463 1464 if ( strcmp(r->protocol, HTTP2_PROTOCOL) == 0)1464 if (r->proto_num == HTTP_VERSION(2, 0)) 1465 1465 { 1466 1466 ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
Note: See TracChangeset
for help on using the changeset viewer.