mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Remove dead comment.
This commit is contained in:
parent
05a60818ce
commit
25a9c285db
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ impl DoH {
|
|||
}
|
||||
}
|
||||
|
||||
// #[cfg(feature = "odoh")]
|
||||
async fn serve_odoh_post(&self, req:Request<Body>) -> Result<Response<Body>, http::Error> {
|
||||
let query_body = match self.read_body(req.into_body()).await {
|
||||
Ok(q) => q,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue