()
| 124 | } |
| 125 | |
| 126 | func (handler *regularThread) afterRequest() { |
| 127 | handler.contextHolder.frankenPHPContext.closeContext() |
| 128 | handler.thread.contextMu.Lock() |
| 129 | handler.contextHolder.frankenPHPContext = nil |
| 130 | handler.ctx = nil |
| 131 | handler.thread.contextMu.Unlock() |
| 132 | } |
| 133 | |
| 134 | func handleRequestWithRegularPHPThreads(ch contextHolder) error { |
| 135 | metrics.StartRequest() |
no test coverage detected