Skip to content

Conversation

AlexanderShirokih
Copy link
Contributor

Apache Tomcat server cuts responce into frames with size up to 8192 bytes. So i can't receive responce in a single frame and i wrote some piece of code to be able receive multiple frames in one message.

@AlexanderShirokih
Copy link
Contributor Author

AlexanderShirokih commented Jan 11, 2020

I have a bug in first commit, when bis.read(byte[]) reads array not fully. So i bring you version with for loop. Now it seems to work fine.

@vdbemden
Copy link

I used the frame fragmentation support in my own code. This worked very well and saved me from developping it on my own. Please consider commiting it to your repository !

@romichandra
Copy link

guys any updates on this PR?

@gusavila92
Copy link
Owner

gusavila92 commented Jun 14, 2022

Hey folks thanks for looking into this. That fragment support was one of main things I wanted to do when I developed this library, but due to the lack of time I wasn't able to do it. I'm reactivating my work on this library so I will set up an Apache Tomcat server to test it as soon as possible with many test cases

@gusavila92 gusavila92 merged commit ceb0992 into gusavila92:master Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants