mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
disable unstable feature
This commit is contained in:
parent
03b2c36153
commit
7215258a71
1 changed files with 2 additions and 1 deletions
|
|
@ -122,9 +122,10 @@ impl Mime {
|
|||
}
|
||||
|
||||
// Some type exist, but not defined yet
|
||||
/* @TODO unstable
|
||||
if value.contains("/") {
|
||||
return Err(Error::Undefined);
|
||||
}
|
||||
} */
|
||||
|
||||
// Done
|
||||
Ok(None) // may be empty (for some status codes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue