MCPcopy Create free account
hub / github.com/azadkuh/qhttp / messageBegin

Method messageBegin

src/qhttpserverconnection.cpp:74–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74int
75QHttpConnectionPrivate::messageBegin(http_parser*) {
76 itempUrl.clear();
77 itempUrl.reserve(128);
78
79 if ( ilastRequest )
80 ilastRequest->deleteLater();
81
82 ilastRequest = new QHttpRequest(q_func());
83 return 0;
84}
85
86int
87QHttpConnectionPrivate::url(http_parser*, const char* at, size_t length) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected