Update to Tokio 0.2 (#428)
This commit is contained in:
		| @@ -314,8 +314,8 @@ impl Setting { | ||||
|             MaxHeaderListSize(v) => (6, v), | ||||
|         }; | ||||
|  | ||||
|         dst.put_u16_be(kind); | ||||
|         dst.put_u32_be(val); | ||||
|         dst.put_u16(kind); | ||||
|         dst.put_u32(val); | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user