This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
modified: CMakeLists.txt
modified: formats/CMakeLists.txt
modified: formats/Makefile.am
modified: formats/Makefile.msc
modified: formats/http/m_http.c
modified: formats/http/m_http_int.h
modified: formats/http/m_http_reader.c
modified: formats/http/m_http_reader_int.h
modified: formats/http/m_http_simple_reader.c
modified: formats/http/m_http_simple_writer.c
modified: formats/http/m_http_uri.c
new file: formats/http2/generated/m_http2_huffman_generated_decode.c
new file: formats/http2/generated/m_http2_huffman_generated_encode.c
new file: formats/http2/generated/m_http2_static_header_table.c
new file: formats/http2/m_http2.c
new file: formats/http2/m_http2.h
new file: formats/http2/m_http2_frame.c
new file: formats/http2/m_http2_frame_headers.c
new file: formats/http2/m_http2_frame_settings.c
new file: formats/http2/m_http2_http_reader.c
new file: formats/http2/m_http2_reader.c
modified: formats/url/m_url.c
modified: include/mstdlib/formats/m_http.h
modified: include/mstdlib/formats/m_url.h
modified: include/mstdlib/io/m_dns.h
modified: include/mstdlib/mstdlib_formats.h
modified: include/mstdlib/net/m_net_http_simple.h
modified: io/m_dns.c
modified: io/m_io_net_int.h
modified: io/m_io_netdns.c
modified: net/CMakeLists.txt
new file: net/http2/m_net_http2_simple.c
new file: net/http2/m_net_http2_simple.h
new file: net/http2/m_net_http2_simple_request.c
new file: net/http2/m_net_http2_simple_request.h
modified: net/m_net_http_simple.c
modified: net/m_net_int.h
modified: test/CMakeLists.txt
new file: test/formats/check_http2.c
new file: test/formats/check_http2_reader.c
modified: test/formats/check_url.c
new file: test/net/check_net_http.c
new file: test/net/check_net_http_json.h