tvl-depot/web
sterni 435b883f5c fix(panettone): set external-format for stream from cheddar
drakma ignores the :external-format-in parameter if :want-stream is t:

> If want-stream is true, the message body is NOT read and instead
> the (open) socket stream is returned as the first return value.
> If the sixth value of HTTP-REQUEST is true, the stream should be
> closed (and not be re-used) after the body has been read. The
> stream returned is a flexi-stream with a chunked stream as its
> underlying stream. If you want to read binary data from this
> stream, read from the underlying stream which you can get with
> FLEXI-STREAM-STREAM.

Since it doesn't return a plain CL stream which would just work with
SBCL, we need to set the external format on the resulting flexi-stream.

Fixes b/107.

Change-Id: I6e3178123c0927ef21fabf8118d9d357c8afbd42
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2869
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: glittershark <grfn@gws.fyi>
2021-04-06 16:34:15 +00:00
..
bubblegum feat(web/bubblegum): allow passing status as an int 2021-04-05 10:54:32 +00:00
cgit-taz revert(web/tvl): Revert 's/The V/tazjin's v/"' 2021-03-31 19:21:04 +00:00
converse fix(web/converse): Update to use mime_guess::from_path 2021-04-05 19:19:00 +00:00
panettone fix(panettone): set external-format for stream from cheddar 2021-04-06 16:34:15 +00:00
todolist style(web/todolist): List paths without 'At ' prefix 2021-04-01 16:53:14 +00:00
tvl chore(web/tvl): Remove some former members 2021-03-31 22:21:46 +00:00