(stream, state)
| 52 | } |
| 53 | |
| 54 | function responseStatusText(stream, state) { |
| 55 | stream.skipToEnd(); |
| 56 | state.cur = header; |
| 57 | return null; |
| 58 | } |
| 59 | |
| 60 | function requestPath(stream, state) { |
| 61 | stream.eatWhile(/\S/); |
nothing calls this directly
no outgoing calls
no test coverage detected