forked from erlang/otp
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dgud/ssl/reduce-state/OTP-18665'
* dgud/ssl/reduce-state/OTP-18665: Move early_data meta data to its own map Refactor renegotiation data in connection states Remove some unnecessary record updates Move key_share to handshake_env Move start_recv_from and bytes_to_read to own record Move flight_buffer to handshake env Move client_certificate_status from state to handshake env Use gen_statem reply Reduce memory usage in gen modules Reduce memory usage tls_sender Remove SSLOpts from tls_record:get_tls_records/5 Special case for {active, X} Move beast_mitigation out of connection_state Optimize some binary handling Remove unecessary record creation Move max_fragment_size Remove unused log_level field Garbage collect after conn setup Bench: Use tprof for memory profiling Bench: make client use active once
- Loading branch information
Showing
30 changed files
with
932 additions
and
948 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.