Changeset 658
- Timestamp:
- 02/28/07 14:09:59 (2 years ago)
- Files:
-
- cherokee/trunk/cherokee/connection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee/connection.c
r656 r658 1410 1410 if (unlikely (ret < ret_ok)) goto error; 1411 1411 1412 printf ("len %d\n", conn->request.len);1413 printf ("buf %d\n", conn->request.buf);1414 1415 1412 ret = cherokee_header_copy_query_string (&conn->header, &conn->query_string); 1416 1413 if (unlikely (ret < ret_ok)) goto error;