fix(lib): Fixed typos in multiple modules
BREAKING CHANGE: The `Preference` header had a typo in a variant and it's string representation, change `Preference::HandlingLeniant` to `Preference::HandlingLenient`.
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							0d05533d07
						
					
				
				
					commit
					2fa414fb5f
				
			| @@ -212,7 +212,7 @@ fn server_get_with_body() { | ||||
|     ").unwrap(); | ||||
|     req.read(&mut [0; 256]).unwrap(); | ||||
|  | ||||
|     // note: doesnt include trailing \r\n, cause Content-Length wasn't 21 | ||||
|     // note: doesn't include trailing \r\n, cause Content-Length wasn't 21 | ||||
|     assert_eq!(server.body(), b"I'm a good request."); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user