parent
a85b25865a
commit
90528c1408
@ -2,7 +2,7 @@ with import <stockholm/lib>;
|
||||
{ attr, coreutils, exiv2, findutils, gnugrep, jq, nix, utillinux, stdenv }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "htgen-imgur";
|
||||
version = "1.1.0";
|
||||
version = "1.0.0";
|
||||
|
||||
src = ./src;
|
||||
|
||||
|
@ -27,7 +27,6 @@ basic_response() {(
|
||||
}
|
||||
')
|
||||
|
||||
if test "$HTGEN_VERBOSE" = true; then
|
||||
printf "HTTP/1.1 $status_code $status_reason\r\n"
|
||||
printf 'Connection: close\r\n'
|
||||
printf 'Content-Length: %d\r\n' $(expr ${#response_body} + 1)
|
||||
@ -35,7 +34,6 @@ basic_response() {(
|
||||
printf 'Server: %s\r\n' "$Server"
|
||||
printf '\r\n'
|
||||
printf '%s\n' "$response_body"
|
||||
fi
|
||||
|
||||
)}
|
||||
|
||||
@ -80,9 +78,7 @@ case "$Method $path" in
|
||||
trap "rm $content >&2" EXIT
|
||||
|
||||
case ${req_expect-} in 100-continue)
|
||||
if test "$HTGEN_VERBOSE" = true; then
|
||||
printf 'HTTP/1.1 100 Continue\r\n\r\n'
|
||||
fi
|
||||
esac
|
||||
|
||||
head -c $req_content_length > $content
|
||||
|
Loading…
Reference in New Issue
Block a user