Skip to content

Commit

Permalink
More formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 17, 2014
1 parent 25c81aa commit 4ab154c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/modules/rlm_rest/rest.c
Expand Up @@ -534,7 +534,6 @@ static size_t rest_encode_post(void *ptr, size_t size, size_t nmemb, void *userd
}

end_chunk:

*p = '\0';

len = p - (char*)ptr;
Expand All @@ -548,7 +547,6 @@ static size_t rest_encode_post(void *ptr, size_t size, size_t nmemb, void *userd
* Cleanup for error conditions
*/
no_space:

*f = '\0';

len = f - (char*)ptr;
Expand Down Expand Up @@ -1391,7 +1389,7 @@ static size_t rest_write_header(void *ptr, size_t size, size_t nmemb, void *user

switch (ctx->state) {
case WRITE_STATE_INIT:
RDEBUG3("Processing header");
RDEBUG2("Processing response header");

/*
* HTTP/<version> <reason_code>[ <reason_phrase>]\r\n
Expand Down

0 comments on commit 4ab154c

Please sign in to comment.