Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ httpGetVersion
Function
httpGetVersion
cups/http.c:1499–1503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1497
*/
1498
1499
http_version_t /* O - Version number */
1500
httpGetVersion(http_t *http) /* I - HTTP connection */
1501
{
1502
return (http ? http->version : HTTP_VERSION_1_0);
1503
}
1504
1505
1506
/*
Callers
6
do_test
Function · 0.85
process_http
Function · 0.85
cupsdReadClient
Function · 0.85
cupsdSendError
Function · 0.85
cupsdWriteClient
Function · 0.85
pipe_command
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected