Oleksandr Yakushev

Results 112 comments of Oleksandr Yakushev

I am having the same problem again with this gist: https://gist.github.com/alexander-yakushev/3e0e5ceadf2570e8a7ea. The error appears when the last newline in the file is missing. I tried running the viewer locally and...

> if you want to be able to view the file in the viewer - you could edit the gist to add a newline at the end of the file....

I might have a poor understanding of how the following works, and there could be an easier solution, but this is the problem we had: a particular AWS ALB was...

I agree, and it looks to me that such functionality could build upon this PR later.

I thought about it a little, and to me it doesn't make much sense to combine HttpObjectAggregator with `raw-streams?`. The latter is for cases when you want to consume the...

Looked at it again; this now looks more tricky than I thought. If I understand correctly, users are expected to release ByteBufs manually in `raw-stream?` mode. So, the content of...

Added support for HttpObjectAggregator for the raw handler too. Tested only rudimentary, to the best of my ability: ```clj (require '[aleph.http :as http] '[manifold.stream :as ms]) (def srv (http/start-server (fn...

Hello @KingMob! 1. #483 is independent of this because that PR fixes the HTTP client behavior, and this PR is about the aggregator in the server code. 2. I can't...

Rebased and cherry-picked tests commit off @DerGuteMoritz's branch.