MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / headers_complete_cb

Function headers_complete_cb

libs/qhttpserver/http-parser/test.c:1857–1868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1855}
1856
1857int
1858headers_complete_cb (http_parser *p)
1859{
1860 assert(p == parser);
1861 messages[num_messages].method = parser->method;
1862 messages[num_messages].status_code = parser->status_code;
1863 messages[num_messages].http_major = parser->http_major;
1864 messages[num_messages].http_minor = parser->http_minor;
1865 messages[num_messages].headers_complete_cb_called = TRUE;
1866 messages[num_messages].should_keep_alive = http_should_keep_alive(parser);
1867 return 0;
1868}
1869
1870int
1871message_complete_cb (http_parser *p)

Callers 1

Calls 1

http_should_keep_aliveFunction · 0.85

Tested by

no test coverage detected