Gabriel Ciuloaica 🦀

Results 12 comments of Gabriel Ciuloaica 🦀

@jrudolph I have find this issue implementing the test suite provided for AWS Signature 4 from Amazon. Their test data contains a scenario where the input data looks like: ```...

@jrudolph their data scenarios are in that form, the last part "Param1=value1" is basically the body content. The implementation of the AWS Signature 4 in alpakka is based on HttpRequest....

In current implementation, Client streaming it is enabled when the netty's `ObjectAggregator` is not present in the pipeline.

- [ ] Client response streaming should be enabled based on `Transfer-Encoding` header value. - [ ] Add implementation for Client Request streaming - send data to server (POST, PUT)...

@jdegoes @tusharmath the event loop and transport between client and sever sharing will be in a new PR.

Same issue is happening with `quill-jdbc-zio`. It looks like `BatchInsert` code generation is broken even if pk is `VARCHAR` not only when is of type `UUID`

@vigoo `transientCase` will make sense only during serialisation, right ?