Hi,
While testing the revproxy code I coming across the occasional error like
the following:
connchan "conn237" does not exist
while executing
"ns_connchan callback -timeout $timeout $frontendChan [list spool
$frontendChan $backendChan client $timeout 0 ] rex"
Seems like sometimes the callback on the $backendChan can be created,
triggered, and autoclose the $frontendChan before the callback creation on
the $frontendChan is even created.
This is not an error that affects the user since the request has been dealt
with fully but the proxy code throws errors.
I found swapping the two ns_connchan callback statements solves this eg.
https://bitbucket.org/davidqc/revproxy/commits/93180d1a66c82f3e87a39b69e4cbd25c9926c1f3
--
David
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel