Dropwizard/plaintext resource now returning precomputed byte array#1150
Conversation
|
Would you be interested in updating this to fix these remaining issues: Note for @msmith-techempower - @zloster didn't add any new failures here, but the new verification checks are detecting failures that we were not looking for before. In short, we can safely merge this PR as is if @zloster does not want to fix the remaining issues. |
|
@hamiltont I'll try to fix the things. |
|
Great! On Wed, Oct 29, 2014, 7:38 PM Radoslav Petrov notifications@github.com
|
|
@hamiltont Why are |
|
@hamiltont @msmith-techempower The response validation problems seems to be addressed in the following pull request |
|
I've merged the updated pull request from master. |
Dropwizard/plaintext resource now returning precomputed byte array
This could be considered as a performance optimisation. It is similar to the plaintext implementation with undertow/undertow-edge. Obviously without the NIO optimisation.