MCPcopy Create free account
hub / github.com/apache/trafficserver / http_version

Method http_version

tools/gdb-helpers.py:151–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 self.val = val
150
151 def http_version(self):
152 v = self.val['http_version']['m_version']
153 return (v >> 16, v & 0xffff)
154
155 def src_addr(self):
156 ip = self.val['src_addr']

Callers 1

sm_commandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected