/[Apache-SVN]
ViewVC logotype

Revision 1880500


Jump to revision: Previous Next
Author: jailletc36
Date: Sat Aug 1 10:42:57 2020 UTC (3 years, 9 months ago)
Changed paths: 1
Log Message:
Simplify and speed-up ssl_io_data_dump().

Instead of using a temp buffer for each byte or char written, and calling
strlen over and over again to find the place where to copy this buffer,
write directly at the correct place in the final buffer, and take advantage
of 'apr_snprintf' returning the number of bytes copied.

This looks like a hot path when running the test framework (because of TRACE7), so it could be slighly useful in this use case :)

Changed paths

Path Details
Directoryhttpd/httpd/trunk/modules/ssl/ssl_engine_io.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26