Skip to content

Commit

Permalink
Deploying to gh-pages from @ e2019ba 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Dec 10, 2024
1 parent 1964460 commit 413879d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
16 changes: 14 additions & 2 deletions main/api/src/quilkin/components/proxy/io_uring_shared.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,13 @@
<a href="#641" id="641">641</a>
<a href="#642" id="642">642</a>
<a href="#643" id="643">643</a>
<a href="#644" id="644">644</a></pre></div><pre class="rust"><code><span class="comment">/*
<a href="#644" id="644">644</a>
<a href="#645" id="645">645</a>
<a href="#646" id="646">646</a>
<a href="#647" id="647">647</a>
<a href="#648" id="648">648</a>
<a href="#649" id="649">649</a>
<a href="#650" id="650">650</a></pre></div><pre class="rust"><code><span class="comment">/*
* Copyright 2024 Google LLC All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -1183,7 +1189,13 @@
loop_ctx.enqueue_send(pending);
}
} <span class="kw">else </span>{
<span class="macro">tracing::info!</span>(<span class="string">"io-uring loop shutdown requested"</span>);
<span class="kw">if </span><span class="macro">matches!</span>(ctx, PacketProcessorCtx::Router { .. }) {
<span class="macro">tracing::info!</span>(
<span class="string">"downstream io-uring loop shutdown requested"
</span>);
} <span class="kw">else </span>{
<span class="macro">tracing::info!</span>(<span class="string">"session io-uring loop shutdown requested"</span>);
}
<span class="kw">break </span><span class="lifetime">'io</span>;
}
}
Expand Down
4 changes: 1 addition & 3 deletions main/api/src/quilkin/components/proxy/sessions.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,7 @@
<a href="#738" id="738">738</a>
<a href="#739" id="739">739</a>
<a href="#740" id="740">740</a>
<a href="#741" id="741">741</a>
<a href="#742" id="742">742</a></pre></div><pre class="rust"><code><span class="comment">/*
<a href="#741" id="741">741</a></pre></div><pre class="rust"><code><span class="comment">/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -1266,7 +1265,6 @@
<span class="self">self</span>.active_session_metric().dec();
inner_metrics::duration_secs().observe(<span class="self">self</span>.created_at.elapsed().as_secs() <span class="kw">as </span>f64);
<span class="macro">tracing::debug!</span>(source = %<span class="self">self</span>.key.source, dest_address = %<span class="self">self</span>.key.dest, <span class="string">"Session closed"</span>);
<span class="self">self</span>.pending_sends.shutdown_receiver();
SessionPool::release_socket(<span class="self">self</span>.pool.clone(), <span class="self">self</span>.key, <span class="self">self</span>.socket_port);
}
}
Expand Down
2 changes: 1 addition & 1 deletion main/book/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h3 id="oci-image"><a class="header" href="#oci-image"><a href="https://us-docke
<dl>
<dt><strong>Source / Method</strong></dt>
<dd>
<pre><code>us-docker.pkg.dev/quilkin/release/quilkin:0.10.0-dev-8e0f703
<pre><code>us-docker.pkg.dev/quilkin/release/quilkin:0.10.0-dev-e2019ba
</code></pre>
</dd>
<dt><strong>Notes</strong></dt>
Expand Down
2 changes: 1 addition & 1 deletion main/book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h3 id="oci-image"><a class="header" href="#oci-image"><a href="https://us-docke
<dl>
<dt><strong>Source / Method</strong></dt>
<dd>
<pre><code>us-docker.pkg.dev/quilkin/release/quilkin:0.10.0-dev-8e0f703
<pre><code>us-docker.pkg.dev/quilkin/release/quilkin:0.10.0-dev-e2019ba
</code></pre>
</dd>
<dt><strong>Notes</strong></dt>
Expand Down
2 changes: 1 addition & 1 deletion main/book/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/book/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 413879d

Please sign in to comment.