mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Remove int_uint from net.
This commit is contained in:
parent
3fb666cf60
commit
1757afef27
8 changed files with 19 additions and 20 deletions
|
@ -84,7 +84,7 @@ pub struct Request {
|
|||
pub credentials_mode: CredentialsMode,
|
||||
pub use_url_credentials: bool,
|
||||
pub manual_redirect: bool,
|
||||
pub redirect_count: uint,
|
||||
pub redirect_count: u32,
|
||||
pub response_tainting: ResponseTainting,
|
||||
pub cache: Option<Box<CORSCache+'static>>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue