Azure / Azure/DotNetty

Maybe a bug in DotNetty.Codecs.Http

Open
#549 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.3k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

I use DotNetty process post request, when the http post request body bigger then 800B, the content is cutted into 2 packet like this:
![image](https://user-images.githubusercontent.com/1223332/110297269-420e0c80-802e-11eb-9ce3-8656588d4062.png)
![image](https://user-images.githubusercontent.com/1223332/110297292-4803ed80-802e-11eb-8e5d-75e208058627.png)
then when DotNetty merge 2 packet, content is break like this:
![image](https://user-images.githubusercontent.com/1223332/110297453-75509b80-802e-11eb-927f-8e80b5515200.png)
![image](https://user-images.githubusercontent.com/1223332/110297461-784b8c00-802e-11eb-8f66-6a92aed67fe8.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.