-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(#1095) Remove code from ctor #1098
base: master
Are you sure you want to change the base?
Conversation
@baudoliver7 The tests are failing |
@@ -532,4 +528,4 @@ SOFTWARE. | |||
</build> | |||
</profile> | |||
</profiles> | |||
</project> | |||
</project> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@baudoliver7 I suggest reverting this part, if xcop doesn't complain than xml formating is fine
Math.min(8192, this.stream.available()) | ||
); | ||
this.map = this.requests(req); | ||
this.sstream = new Sticky<>(() -> new RqLengthAware(req).body()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@baudoliver7 Is it possible to use RqOnce
on the ctor parameter instead of three Stickies?
It seems also that some fields could be moved inside of request
method, such as sbuffer
@baudoliver7 what's up with this one? |
@yegor256 I have to complete it. Please, just wait a bit :) |
For #1095
Sticky
initializationRqMtFake