mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update comment
This commit is contained in:
parent
97d941cf82
commit
66ffd6fae9
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ impl Nex {
|
|||
let request = format!(
|
||||
"{}{}{}",
|
||||
uri.path(),
|
||||
// @TODO
|
||||
// unspecified request part implementation:
|
||||
// @TODO unspecified request part implementation,
|
||||
// allows access to files whose filenames contain `?` or `#` characters:
|
||||
// gemini://bbs.geminispace.org/s/nex/32478
|
||||
uri.query().map(|q| format!("?{q}")).unwrap_or_default(),
|
||||
uri.fragment().map(|f| format!("#{f}")).unwrap_or_default()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue