ruby-lsapi 1.10 → 1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/lsapi/lsapilib.c +2 -2
- metadata +2 -2
data/ext/lsapi/lsapilib.c
CHANGED
@@ -1155,8 +1155,8 @@ int LSAPI_ForeachHeader_r( LSAPI_Request * pReq,
|
|
1155
1155
|
|
1156
1156
|
pValue = pReq->m_pHttpHeader + pCur->valueOff;
|
1157
1157
|
*(pValue + pCur->valueLen ) = 0;
|
1158
|
-
ret = (*fn)( achHeaderName,
|
1159
|
-
pValue,
|
1158
|
+
ret = (*fn)( achHeaderName, keyLen,
|
1159
|
+
pValue, pCur->valueLen, arg );
|
1160
1160
|
if ( ret <= 0 )
|
1161
1161
|
return ret;
|
1162
1162
|
++pCur;
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
4
4
|
name: ruby-lsapi
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: "1.
|
7
|
-
date: 2006-
|
6
|
+
version: "1.11"
|
7
|
+
date: 2006-10-05 00:00:00 -04:00
|
8
8
|
summary: A ruby extension for fast communication with LiteSpeed Web Server.
|
9
9
|
require_paths:
|
10
10
|
- lib
|