Fix code background – again

This commit is contained in:
askiiart 2024-03-06 23:42:03 -06:00
parent cacf8e0784
commit 7726127ffe
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
3 changed files with 8 additions and 2 deletions

View file

@ -79,7 +79,7 @@
<span id="cb2-6"><a href="#cb2-6" aria-hidden="true" tabindex="-1"></a><span class="ex">Connection:</span> keep-alive</span></code></pre></div>
<p>There's no Location header there! And the browsers are
probably refusing to show it because of the wrong
<code>Content-Type</code>and no, adding a header with
<code>Content-Type</code> and no, adding a header with
<code>add_header</code> doesn't work for that one, either.</p>
<p>Turns out in order to be able to use <code>add_header</code>,
you first need to set <code>default_type</code> (which sets a