Aleksandar Fabijanic

Results 198 comments of Aleksandar Fabijanic

a while ago, I've done some work on async http [here](https://github.com/pocoproject/poco/pull/2093). while not ideal, it does work (basically by piping the data from async I/O loop to the existing HTTP...

depending on how much you've done, it can go as a separate branch, or perhaps in the [sandbox](https://github.com/pocoproject/sandbox). In any case - send it somehow as a side note, not...

would be nice, but no immediate plans, if you need it urgently, send a pull

@obiltschnig where is this contribution?

Not all implementation is there, are there .cpp files? Regarding [this](https://gist.github.com/obiltschnig/f65dd18845baf27fbc15b012f6dd0d8a#file-entityserver-h-L77) issue, the workaround is simple, I answered on [SO](https://stackoverflow.com/a/47044158/205386)

PCRE2 was introduced in 1.12, can you produce a test case demonstrating the problem?

It wasn't intentional, the >10 year span between 1.0 and 3.0 is stretching us thin; if you want to send a `devel` branch pull to fix it, I'll merge it...

@austin-beer your best bet is to do it yourself and send a pull request; I will review it and merge if it is acceptable. Otherwise, I can't promise when will...

same as [here](https://github.com/pocoproject/poco/issues/2076#issuecomment-369418206), although more severe - there were duplicate `add` calls (non-shared and shared version), so adding AutoPtr overloads on top of that seemed like too much; I'm not...

@KevDi take master as a base and hold on with pull request until we sort the branches out - `master` and `devel` need to be re-aligned, and there will be...