Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-03 | Renamed a couple of members of nxt_unit_request_t. | Andrew Clayton | 1 | -10/+10 | |
This is a preparatory patch that renames the 'local' and 'local_length' members of the nxt_unit_request_t structure to 'local_addr' and 'local_addr_length' in preparation for the adding of 'local_port' and 'local_port_length' members. Suggested-by: Zhidao HONG <z.hong@f5.com> Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
2019-09-05 | Java: introducing websocket support. | Max Romanov | 1 | -0/+144 | |
2019-05-30 | Java: fixing request scheme using 'tls' flag. | Max Romanov | 1 | -1/+5 | |
2019-03-21 | Adjusting request schema value according to connection tls state. | Max Romanov | 1 | -0/+17 | |
This closes #223 issue on GitHub. | |||||
2019-02-28 | Introducing Java Servlet Container beta. | Max Romanov | 1 | -0/+658 | |