Megatest

Diff
Login

Differences From Artifact [e77ae27b79]:

To Artifact [ee9b75177b]:


351
352
353
354
355
356
357

358

359
360
361
362
363
364
365
351
352
353
354
355
356
357
358

359
360
361
362
363
364
365
366







+
-
+







				 (mutex-lock! *http-mutex*)
				 (set! res (with-input-from-request ;; was dat
					   fullurl 
					   (list (cons 'key "thekey")
						 (cons 'cmd cmd)
						 (cons 'params params))
					   read-string))
				 ;; Shouldn't this be a call to the managed call-all-connections stuff above?
				(close-all-connections)
				(close-all-connections!)
				(mutex-unlock! *http-mutex*)
				))
	                          ;; (if cleanup
				  ;;   ;; mutex already set
				  ;;   (begin
				  ;;     (set! res dat)
				  ;;     (http-transport:dec-requests-count-and-close-all-connections))