This is an automated email from the ASF dual-hosted git repository. gsim pushed a change to branch dev-protocol-adaptors-2 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.
from c7248ee DISPATCH-1812: Added the preix C to log messages that did not have them. This makes things uniform across server.c and others. This closes #889 add eb3968e DISPATCH-1779: initial http stats for http1 and http2 adaptors No new revisions were added by this update. Summary of changes: include/qpid/dispatch/http1_codec.h | 1 + include/qpid/dispatch/router_core.h | 1 + python/qpid_dispatch/management/qdrouter.json | 60 ++++ src/CMakeLists.txt | 1 + src/adaptors/http1/http1_adaptor.c | 1 + src/adaptors/http1/http1_client.c | 16 + src/adaptors/http1/http1_codec.c | 5 + src/adaptors/http1/http1_private.h | 10 +- src/adaptors/http1/http1_request_info.c | 60 ++++ src/adaptors/http1/http1_server.c | 14 + src/adaptors/http2/http2_adaptor.c | 64 +++- src/adaptors/http2/http2_adaptor.h | 9 + src/adaptors/http_common.c | 426 ++++++++++++++++++++++++++ src/adaptors/http_common.h | 17 + src/router_core/agent.c | 9 + src/router_core/management_agent.c | 27 +- tests/system_tests_http1_adaptor.py | 32 +- tests/system_tests_http2.py | 55 +++- tests/system_tests_qdmanage.py | 2 +- 19 files changed, 789 insertions(+), 21 deletions(-) create mode 100644 src/adaptors/http1/http1_request_info.c --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org