Edson Soares

Results 2 comments of Edson Soares

Yes, `mediaType` goes out of scope when `setContentType()` complete but before `ApacheRequesRec::_pRec` is used at a later point. Yet, even a copy of `mediaType` inside `setContentType(...)` goes out of scope...

I thought `ApacheRequestRec` instance could be the problem. However, **HTTP Status Code** and **Headers** are being sent correctly with no problem whatsoever. The only problem seems to be `content_type`. Surely...