mirror of
https://github.com/DefectingCat/rua-list
synced 2025-07-15 08:41:32 +00:00
Fix debug error
This commit is contained in:
@ -106,7 +106,7 @@ pub async fn headers_parser(port: usize) {
|
||||
h
|
||||
})
|
||||
.collect();
|
||||
debug!(&header);
|
||||
debug!("{:?}", &header);
|
||||
let headers = format!("{first_line}\r\n{}\r\n\r\n", header.join("\r\n"));
|
||||
// If has content-length, read request body
|
||||
let request = if content_len > 0 {
|
||||
|
Reference in New Issue
Block a user