Skip to content
Commit 69e9d9e2 authored by Hans Huebner's avatar Hans Huebner
Browse files

remove split-string function and use cl-ppcre:split instead

Rob Blackwell reported that GET parameter values with equals signs did
not work, supposedly when passed in the URI parameter to HTTP-REQUEST.
I decided not to use the special purpose splitting function that he
submitted along with the bug report but rather move to CL-PPCRE:SPLIT
as that has a LIMIT keyword argument which can be used to fix the
problem.
parent 9a8dbe66
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment