Skip to content

Commit

Permalink
Merge of 1912415 from trunk:
Browse files Browse the repository at this point in the history
mod_http2: fixed a compile time issue on Windows builds.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1912989 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
icing committed Oct 16, 2023
1 parent 302e977 commit 952cc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/http2/h2_c2.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ static apr_status_t http2_get_pollfd_from_conn(conn_rec *c,
}
#else
(void)c;
(void)pdf;
(void)pfd;
(void)ptimeout;
#endif /* H2_USE_PIPES */
return APR_ENOTIMPL;
Expand Down

0 comments on commit 952cc27

Please sign in to comment.