Well, I'm not sure if I can help you here, but: Your partners are completely confused. Try this as follows:
(defun http-request (url param) (handler-bind ((usocket:unsupported
If this does not work, try to check if you are really fulfilling the correct condition, and if the reboots that you expect are really available:
(defun http-request (url param) (handler-bind ((condition (lambda (c) (print c) (print (compute-restarts))))) (drakma:http-request url :method :post :parameters param)))
Alternatively you can watch IGNORE-ERRORS
source share