Skip to content
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

HTTP packet fragmentation support #1212

Closed
wants to merge 14 commits into from

Conversation

jpcofr
Copy link
Contributor

@jpcofr jpcofr commented Oct 2, 2023

No description provided.

@jpcofr jpcofr changed the title Initial empty commit dev_HTTP_packet_fragmentation_support Oct 2, 2023
@jpcofr jpcofr changed the title dev_HTTP_packet_fragmentation_support HTTP packet fragmentation support Oct 2, 2023
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0a6a985) 82.40% compared to head (223ec6a) 82.40%.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1212   +/-   ##
=======================================
  Coverage   82.40%   82.40%           
=======================================
  Files         163      163           
  Lines       20938    20938           
  Branches     7906     7906           
=======================================
+ Hits        17254    17255    +1     
+ Misses       3013     3012    -1     
  Partials      671      671           
Flag Coverage Δ
alpine317 72.41% <ø> (ø)
fedora37 72.41% <ø> (ø)
macos-12 61.40% <ø> (ø)
macos-13 60.45% <ø> (ø)
macos-14 60.45% <ø> (ø)
macos-ventura 61.45% <ø> (ø)
mingw32 70.23% <ø> (-0.08%) ⬇️
mingw64 70.29% <ø> (-0.02%) ⬇️
npcap 83.36% <ø> (-0.05%) ⬇️
rhel93 72.45% <ø> (ø)
ubuntu1804 74.80% <ø> (+0.03%) ⬆️
ubuntu2004 73.20% <ø> (-0.01%) ⬇️
ubuntu2204 72.24% <ø> (ø)
ubuntu2204-icpx 59.03% <ø> (+0.04%) ⬆️
unittest 82.40% <ø> (+<0.01%) ⬆️
windows-2019 83.40% <ø> (-0.02%) ⬇️
windows-2022 83.41% <ø> (-0.02%) ⬇️
winpcap 83.39% <ø> (ø)
xdp 59.03% <ø> (ø)
zstd 73.83% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jpcofr jpcofr mentioned this pull request Oct 2, 2023
@seladb seladb linked an issue Oct 3, 2023 that may be closed by this pull request
@jpcofr jpcofr force-pushed the dev_HTTP_packet_fragmentation_support branch from 8b150b5 to 22a85a0 Compare October 8, 2023 11:56
@jpcofr jpcofr changed the base branch from master to dev October 8, 2023 11:58
@jpcofr jpcofr force-pushed the dev_HTTP_packet_fragmentation_support branch 2 times, most recently from 124cba5 to a1cbffe Compare October 8, 2023 15:30
reassembly implementation
@jpcofr jpcofr force-pushed the dev_HTTP_packet_fragmentation_support branch from a1cbffe to 005f159 Compare October 8, 2023 17:41
@jpcofr jpcofr force-pushed the dev_HTTP_packet_fragmentation_support branch from 005f159 to 1b0669b Compare October 8, 2023 17:51
The payload is a JSON object.

HTTP1_chunk_1 holds the HTTP 200 message.
HTTP1_chunk_2 holds the first part of the packet.
HTTP1_chunk_3 holds the last part of the packet.
@jpcofr jpcofr force-pushed the dev_HTTP_packet_fragmentation_support branch from bb55a98 to 2f7dcb1 Compare October 15, 2023 15:06
@seladb
Copy link
Owner

seladb commented Feb 10, 2024

@jpcofr are you still working on this PR?

@jpcofr
Copy link
Contributor Author

jpcofr commented Feb 11, 2024

@seladb Currently, no. I am planning to continue working on it soon.

@seladb
Copy link
Owner

seladb commented Apr 23, 2024

@jpcofr this PR has been open for a very long time. Maybe we can close it and you can work on it on a separate branch and open another PR once ready?

@jpcofr jpcofr closed this Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add HTTP2 support
2 participants