| 5628 | } |
| 5629 | |
| 5630 | void |
| 5631 | HttpTransact::bootstrap_state_variables_from_request(State *s, HTTPHdr *incoming_request) |
| 5632 | { |
| 5633 | s->current.now = s->client_request_time = ink_local_time(); |
| 5634 | s->client_info.http_version = incoming_request->version_get(); |
| 5635 | } |
| 5636 | |
| 5637 | void |
| 5638 | HttpTransact::initialize_state_variables_from_request(State *s, HTTPHdr *obsolete_incoming_request) |
nothing calls this directly
no test coverage detected