tkf / emacs-request

Request.el -- Easy HTTP request for Emacs Lisp
http://tkf.github.com/emacs-request/
GNU General Public License v3.0
624 stars 93 forks source link

testserver.py: fix redirects from handlers besides /redirect. #180

Closed jktomer closed 4 years ago

jktomer commented 4 years ago

PR #179 fixed the /redirect handler to redirect to abolute paths. This change makes the same fix to other handlers (/cookies, /login, /logout, and /sleep).

This fixes the request-simple-cookie and request-multiple-cookies tests.