Xavier Pantet
Xavier Pantet
`allowResponseFilters` is indeed set to `true`. I also encounter this kind of errors: ``` [Error] Did not parse stylesheet at 'someFile.css' because non CSS MIME types are not allowed in...
Update: I dug a little bit deeper using Wireshark and discovered an interesting phenomenon. I think Perfect might be mixing responses and requests. Indeed, I realised that I sometimes get...
I tried both, with and without compression. It has no effect. Sure thing, here is the code: ```swift let server = HTTPServer() let sessionDriver = SessionMemoryDriver() let routes = [...
Thank you for your reply! I am indeed using [email protected] and [email protected]. However [email protected] is targeting [email protected], hence this is the version I am using instead of 3.3.0. I managed...