]> git.pld-linux.org Git - packages/apache-mod_nss.git/blob - apache-mod_nss-wouldblock.patch
- added
[packages/apache-mod_nss.git] / apache-mod_nss-wouldblock.patch
1 --- mod_nss-1.0.3.orig/nss_engine_io.c  2006-04-07 16:17:12.000000000 -0400
2 +++ mod_nss-1.0.3/nss_engine_io.c       2009-02-17 22:51:44.000000000 -0500
3 @@ -259,7 +259,8 @@
4           */
5          if (APR_STATUS_IS_EAGAIN(inctx->rc) || APR_STATUS_IS_EINTR(inctx->rc)
6                 || (inctx->rc == APR_SUCCESS && APR_BRIGADE_EMPTY(inctx->bb))) {
7 -            return 0;
8 +            PR_SetError(PR_WOULD_BLOCK_ERROR, 0);
9 +            return -1;
10          }
11  
12          if (inctx->rc != APR_SUCCESS) {
This page took 0.031064 seconds and 3 git commands to generate.