server: rm outdated TODO note

This commit is contained in:
Astro 2021-02-21 20:53:03 +01:00
parent 178b6c80ef
commit 3192528a3a
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ impl PartCapture {
loop {
match rx.recv().await {
Ok(output) => match output.as_ref() {
// TODO: not necessarily the 1st
ParseOutput::Headers(part_headers) => {
let mut headers = http_headers.as_ref().clone();
for (name, value) in part_headers {