Hmm, this code loops through all drivers looking for the matching URL.
But drivers can be mapped to different virtual servers, and some
drivers can be shared among virtual servers, for name-based virtual
hosting.
Yes, that's right. It should be virtual-server aware if it's worth
anything at a
On 7/13/06, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
My bad :-(( Can you fix it, i cannot for some reason login into CVS over ssh
No problem. I've left the tests for you -- I know that's your
favourite part... :-)
Hmm, this code loops through all drivers looking for the matching URL.
But dr
My bad :-(( Can you fix it, i cannot for some reason login into CVS over ssh
Stephen Deasey wrote:
In nsd/driver.c:NsTclUploadStatsObjCmd
while (drvPtr != NULL) {
Tcl_HashEntry *hPtr;
spPtr = &drvPtr->spooler;
Ns_MutexLock(&spPtr->lock);
hPtr = Tcl_FindHashEn
In nsd/driver.c:NsTclUploadStatsObjCmd
while (drvPtr != NULL) {
Tcl_HashEntry *hPtr;
spPtr = &drvPtr->spooler;
Ns_MutexLock(&spPtr->lock);
hPtr = Tcl_FindHashEntry(&spPtr->table, Tcl_GetString(objv[1]));
if (hPtr != NULL) {
Sock *sockPtr = (Sock *)