ap_get_server_port for subrequest different than main request

2017-09-07 Thread Paul Spangler
on the expected behavior would be appreciated. Regards, Paul Spangler LabVIEW R National Instruments subrequest_port.patch Description: subrequest_port.patch

Re: [PATCH 60223] non-empty OpenSSL error queue preventing non-blocking reads through mod_ssl

2016-11-11 Thread Paul Spangler
On 10/17/2016 2:04 PM, Paul Spangler wrote: Hello, Due to the way OpenSSL stores errors in a per-thread queue, functions such as SSL_read followed by SSL_get_error may not produce the desired result if the error queue is not empty prior to calling SSL_read[1]. For example, a non-blocking read

[PATCH 60223] non-empty OpenSSL error queue preventing non-blocking reads through mod_ssl

2016-10-17 Thread Paul Spangler
/SSL_get_error.html#DESCRIPTION [2] https://bz.apache.org/bugzilla/show_bug.cgi?id=60223 Regards, Paul Spangler LabVIEW R National Instruments

Re: Random AH01842 errors in mod_session_crypto

2016-10-04 Thread Paul Spangler
On 10/4/2016 10:29 AM, Graham Leggett wrote: On 4 Oct 2016, at 15:47, Paul Spangler <paul.spang...@ni.com> wrote: From my understanding, apr_crypto_key_t is an opaque struct defined separately by each crypto provider, so mod_session_crypto will not be able to do the sizeof. That's a

Re: Random AH01842 errors in mod_session_crypto

2016-10-04 Thread Paul Spangler
e the keys (to avoid increased memory consumption). But the keys may change per directory, so I don't know if that's feasible. [1] https://svn.apache.org/viewvc?view=revision=1752008 Regards, Paul Spangler LabVIEW R National Instruments

Re: Issues w/ sessions on trunk?

2016-01-08 Thread Paul Spangler
* # Failed test 98 in t/modules/session.t at line 63 fail #20 (of course, I am ignoring the TODOs) Can anyone confirm? I believe this is because of the patch committed for PR 57300 (r1709121), but the test changes that go with it (attached to the bug report) did not get committed. Regards, -- Paul

Re: Apache Module Development Query on character encodings.

2015-10-20 Thread Paul Spangler
ally the protocol would dictate a required encoding that the client must use (via Content-Types), which simplifies things quite a bit. Regards, Paul Spangler LabVIEW R National Instruments

Re: [PATCH 57300] mod_session save optimization

2015-10-15 Thread Paul Spangler
On 8/20/2015 4:58 PM, Paul Spangler wrote: Hello, The bug report contains a more detailed explanation of the patch, but there are some points I thought might lead to some discussion. First a quick summary of the issue: mod_session writes out the session every request even if there aren't any

Re: [PATCH 57300] mod_session save optimization

2015-09-24 Thread Paul Spangler
On 8/20/2015 4:58 PM, Paul Spangler wrote: Hello, The bug report contains a more detailed explanation of the patch, but there are some points I thought might lead to some discussion. First a quick summary of the issue: mod_session writes out the session every request even if there aren't any

Re: [PATCH 57300] mod_session save optimization

2015-09-14 Thread Paul Spangler
On 8/20/2015 4:58 PM, Paul Spangler wrote: Hello, The bug report contains a more detailed explanation of the patch, but there are some points I thought might lead to some discussion. First a quick summary of the issue: mod_session writes out the session every request even if there aren't any

Re: [PATCH 57300] mod_session save optimization

2015-09-02 Thread Paul Spangler
On 8/20/2015 4:58 PM, Paul Spangler wrote: Hello, The bug report contains a more detailed explanation of the patch, but there are some points I thought might lead to some discussion. First a quick summary of the issue: mod_session writes out the session every request even if there aren't any

[PATCH 57300] mod_session save optimization

2015-08-20 Thread Paul Spangler
is there, and will require a modification if/when the directive is back-ported to 2.4 to enable the new tests. https://bz.apache.org/bugzilla/show_bug.cgi?id=57300 Thanks for your consideration. -- Paul Spangler LabVIEW RD National Instruments

Re: svn commit: r1693140 - in /httpd/test/framework/trunk: c-modules/test_session/ t/htdocs/modules/session/ t/modules/

2015-07-29 Thread Paul Spangler
-modules/test_ssl Makefile .libs *.lo *.slo *.la *.so *.exp *.lib -- Paul Spangler LabVIEW RD National Instruments

[PATCH 58172] mod_session tests

2015-07-28 Thread Paul Spangler
for mod_session. I couldn't find too many similar patches, but hopefully this is the correct way to go about it. https://bz.apache.org/bugzilla/show_bug.cgi?id=58172 Thank you for your time! -- Paul Spangler LabVIEW RD National Instruments