| 84 | } |
| 85 | |
| 86 | int |
| 87 | QHttpConnectionPrivate::url(http_parser*, const char* at, size_t length) { |
| 88 | Q_ASSERT(ilastRequest); |
| 89 | |
| 90 | itempUrl.append(at, length); |
| 91 | return 0; |
| 92 | } |
| 93 | |
| 94 | int |
| 95 | QHttpConnectionPrivate::headerField(http_parser*, const char* at, size_t length) { |
no outgoing calls
no test coverage detected