joaotavora / snooze

Common Lisp RESTful web development
207 stars 22 forks source link

Problem: When reading payload from a POST request... #20

Closed davd33 closed 3 years ago

davd33 commented 4 years ago

...backend complains that there's no string, but rather an array of unsigned 8 bits.

Solution: '(:force-text t) when reading from string hunchentoot:raw-post-data fixes this issue.

joaotavora commented 4 years ago

Looks good, I'll test tomorrow.

davd33 commented 3 years ago

Looks good, I'll test tomorrow.

Hi there, how's the status with testing? Need some help?

joaotavora commented 3 years ago

I'm been testing intensively every day from May up to now.

No not really. I'll look at this when I can, sorry for the delay.

joaotavora commented 3 years ago

Let's merge this, it does look good.

joaotavora commented 3 years ago

Merged with a tweak to the commit message (which I then fumbled)...