mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
Follow up to r1705672.
Backport changes that somehow missed the backport process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1705784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1427,7 +1427,6 @@ static apr_status_t ssl_io_filter_input(ap_filter_t *f,
|
||||
const unsigned char *next_proto = NULL;
|
||||
unsigned next_proto_len = 0;
|
||||
const char *protocol;
|
||||
int n;
|
||||
|
||||
SSL_get0_alpn_selected(inctx->ssl, &next_proto, &next_proto_len);
|
||||
if (next_proto && next_proto_len) {
|
||||
|
Reference in New Issue
Block a user