aboutsummaryrefslogtreecommitdiff
path: root/src/http.c
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-05-17 12:28:56 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-05-17 12:28:56 +0000
commitee9aa83b4b377ab5e18eeff6612f7ab15b3ecf3f (patch)
tree9d704ea57d5e320d67a3190522532d478f47cc2f /src/http.c
parent0f6d8eb2db87c7c71875c9e80802ed8033170602 (diff)
Untabified. Please try to adhere to the Cactus coding guidelines when
modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@206 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/http.c')
-rw-r--r--src/http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http.c b/src/http.c
index a2e2ff1..36fcc5f 100644
--- a/src/http.c
+++ b/src/http.c
@@ -139,7 +139,7 @@ httpSocket * HTTP_Connection( const httpRequest *request )
}
SSBOOL HTTP_GetHeaderValueString(const httpRequest *request,
- const String *header, String *value)
+ const String *header, String *value)
{
const char * v = HTTP_HeaderValue(request, GetBuffer( header ) );
if( v )
@@ -752,7 +752,7 @@ static int StripArgs(httpRequest *request, char *request_uri)
}
/* Append to local list */
- /* SW it isn't perfecty obvious this non NULL */
+ /* SW it isn't perfecty obvious this non NULL */
last->next = argument;
}
else