mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +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
|
@ -15,7 +15,7 @@ use std::sync::Arc;
|
|||
use std::sync::mpsc::Sender;
|
||||
use util::task::spawn_named;
|
||||
|
||||
static READ_SIZE: uint = 8192;
|
||||
static READ_SIZE: usize = 8192;
|
||||
|
||||
enum ReadStatus {
|
||||
Partial(Vec<u8>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue