OpenGrok
Cross Reference: http_response_headers.cc
xref
: /
external
/
chromium
/
net
/
http
/
http_response_headers.cc
Home
|
History
|
Annotate
|
Download
|
only in
http
Lines Matching
refs:minor
575
uint16
minor
= *dot - '0';
577
return HttpVersion(major,
minor
);