Aleksandar Fabijanic

Results 198 comments of Aleksandar Fabijanic

Looks like it should be using epochTime(), but I have no time to investigate right now. @micheleselea can you change it and write some additional tests?

sure, send a pull

I reviewed, please fix it and I'll merge

probably related to #2290 , @zosrothko has re-created tags since, but you may have an old fork of the repo, containing submodule commits that were wiped out - you may...

Could be something you have locally, I just tried to fork directly from github page, no problem

@micheleselea do not recurse submodules: ``` git clone https://github.com/pocoproject/poco ``` then (only if you need openssl on windows): ``` cd poco git clone https://github.com/pocoproject/openssl ``` @zosrothko do you know which...

@micheleselea what is the status of this? apparently it was never fixed

I'm not understanding the "function goes out of scope" part - did you mean that `mediaType` goes out of scope after setContentType() completes but before the `ApacheRequesRec::_pRec` is used at...

It sounds like the whole `ApacheRequestRec` instance is gone by the time it is used by the Apache APIs. So, in addition to having the `_contentType` member, I suggest you...