Skip to content

Commit

Permalink
*) mod_http2: fixed a compile time issue for Windows builds.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912415 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
icing committed Sep 19, 2023
1 parent 84430d7 commit 850f1a5
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 850f1a5

Please sign in to comment.