mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 06:39:22 +02:00
one more cookie handling fix
This commit is contained in:
@ -322,8 +322,10 @@ fn test_body_streaming_implicit() {
|
||||
assert_eq!(bytes, Bytes::from_static(STR.as_ref()));
|
||||
}
|
||||
|
||||
extern crate env_logger;
|
||||
#[test]
|
||||
fn test_client_cookie_handling() {
|
||||
env_logger::init();
|
||||
use actix_web::header::Cookie;
|
||||
fn err() -> Error {
|
||||
use std::io::{ErrorKind, Error as IoError};
|
||||
|
Reference in New Issue
Block a user