diff options
author | Abhishek Kumar <akumar21@ncsu.edu> | 2015-10-21 18:28:14 -0400 |
---|---|---|
committer | Abhishek Kumar <akumar21@ncsu.edu> | 2015-11-05 00:17:24 -0500 |
commit | b7de946205b5c46c7be0a1ddac1cef816a3051ed (patch) | |
tree | 7ddab83a1173e51d132d02ebc330c3e41a64cadb /components/net/lib.rs | |
parent | 0d15101323b67e06f06451e22b64b15398269d0f (diff) | |
download | servo-b7de946205b5c46c7be0a1ddac1cef816a3051ed.tar.gz servo-b7de946205b5c46c7be0a1ddac1cef816a3051ed.zip |
Check in for task 1,4 and 5
Adding pipelineID to httpresponse message, clearner code for task1
Commit for Refactored task
Unit tests
Removing extra whitespaces.
Removing extra whitespaces.
Removing tabs whitespaces
Making Code tidier.
Style issues Fix
Test-tidy Fixes
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index e0bae6b829d..514be731f77 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -20,6 +20,7 @@ extern crate flate2; extern crate brotli; extern crate hyper; extern crate ipc_channel; +extern crate msg; extern crate net_traits; extern crate openssl; extern crate rustc_serialize; |