@@ -53,7 +53,7 @@ def __init__(self) -> None:
5353 "Connection" : "keep-alive" ,
5454 "Server" : "nginx" ,
5555 "Date" : date ,
56- "Content-Length" : str (len (self .response_text )),
56+ "Content-Length" : str (object = len (self .response_text )),
5757 }
5858
5959
@@ -85,7 +85,7 @@ def __init__(self) -> None:
8585 "Server" : "nginx" ,
8686 "Date" : date ,
8787 "WWW-Authenticate" : "KWS" ,
88- "Content-Length" : str (len (self .response_text )),
88+ "Content-Length" : str (object = len (self .response_text )),
8989 }
9090
9191
@@ -121,7 +121,7 @@ def __init__(self) -> None:
121121 "Connection" : "keep-alive" ,
122122 "Server" : "nginx" ,
123123 "Date" : date ,
124- "Content-Length" : str (len (self .response_text )),
124+ "Content-Length" : str (object = len (self .response_text )),
125125 }
126126
127127
@@ -164,7 +164,7 @@ def __init__(self) -> None:
164164 "Connection" : "keep-alive" ,
165165 "Server" : "nginx" ,
166166 "Date" : date ,
167- "Content-Length" : str (len (self .response_text )),
167+ "Content-Length" : str (object = len (self .response_text )),
168168 }
169169
170170
@@ -207,7 +207,7 @@ def __init__(self) -> None:
207207 "Server" : "nginx" ,
208208 "Date" : date ,
209209 "WWW-Authenticate" : "VWS" ,
210- "Content-Length" : str (len (self .response_text )),
210+ "Content-Length" : str (object = len (self .response_text )),
211211 }
212212
213213
@@ -245,7 +245,7 @@ def __init__(self) -> None:
245245 "Server" : "nginx" ,
246246 "Date" : date ,
247247 "WWW-Authenticate" : "VWS" ,
248- "Content-Length" : str (len (self .response_text )),
248+ "Content-Length" : str (object = len (self .response_text )),
249249 }
250250
251251
@@ -277,7 +277,7 @@ def __init__(self) -> None:
277277 "Connection" : "keep-alive" ,
278278 "Server" : "nginx" ,
279279 "Date" : date ,
280- "Content-Length" : str (len (self .response_text )),
280+ "Content-Length" : str (object = len (self .response_text )),
281281 }
282282
283283
@@ -310,7 +310,7 @@ def __init__(self) -> None:
310310 "Server" : "nginx" ,
311311 "Date" : date ,
312312 "WWW-Authenticate" : "KWS" ,
313- "Content-Length" : str (len (self .response_text )),
313+ "Content-Length" : str (object = len (self .response_text )),
314314 }
315315
316316
@@ -344,7 +344,7 @@ def __init__(self) -> None:
344344 "Server" : "nginx" ,
345345 "Date" : date ,
346346 "WWW-Authenticate" : "KWS" ,
347- "Content-Length" : str (len (self .response_text )),
347+ "Content-Length" : str (object = len (self .response_text )),
348348 }
349349
350350
@@ -376,7 +376,7 @@ def __init__(self) -> None:
376376 "Connection" : "keep-alive" ,
377377 "Server" : "nginx" ,
378378 "Date" : date ,
379- "Content-Length" : str (len (self .response_text )),
379+ "Content-Length" : str (object = len (self .response_text )),
380380 }
381381
382382
@@ -418,7 +418,7 @@ def __init__(self) -> None:
418418 "Connection" : "keep-alive" ,
419419 "Server" : "nginx" ,
420420 "Date" : date ,
421- "Content-Length" : str (len (self .response_text )),
421+ "Content-Length" : str (object = len (self .response_text )),
422422 }
423423
424424
@@ -455,7 +455,7 @@ def __init__(self, given_value: str) -> None:
455455 "Connection" : "keep-alive" ,
456456 "Server" : "nginx" ,
457457 "Date" : date ,
458- "Content-Length" : str (len (self .response_text )),
458+ "Content-Length" : str (object = len (self .response_text )),
459459 }
460460
461461
@@ -492,7 +492,7 @@ def __init__(self, given_value: str) -> None:
492492 "Connection" : "keep-alive" ,
493493 "Server" : "nginx" ,
494494 "Date" : date ,
495- "Content-Length" : str (len (self .response_text )),
495+ "Content-Length" : str (object = len (self .response_text )),
496496 }
497497
498498
@@ -531,7 +531,7 @@ def __init__(self, given_value: str) -> None:
531531 "Connection" : "keep-alive" ,
532532 "Server" : "nginx" ,
533533 "Date" : date ,
534- "Content-Length" : str (len (self .response_text )),
534+ "Content-Length" : str (object = len (self .response_text )),
535535 }
536536
537537
@@ -562,7 +562,7 @@ def __init__(self) -> None:
562562 "Connection" : "keep-alive" ,
563563 "Server" : "nginx" ,
564564 "Date" : date ,
565- "Content-Length" : str (len (self .response_text )),
565+ "Content-Length" : str (object = len (self .response_text )),
566566 }
567567
568568
@@ -593,7 +593,7 @@ def __init__(self) -> None:
593593 "Connection" : "keep-alive" ,
594594 "Server" : "nginx" ,
595595 "Date" : date ,
596- "Content-Length" : str (len (self .response_text )),
596+ "Content-Length" : str (object = len (self .response_text )),
597597 }
598598
599599
@@ -628,7 +628,7 @@ def __init__(self) -> None:
628628 "Connection" : "keep-alive" ,
629629 "Server" : "nginx" ,
630630 "Date" : date ,
631- "Content-Length" : str (len (self .response_text )),
631+ "Content-Length" : str (object = len (self .response_text )),
632632 }
633633
634634
@@ -652,7 +652,7 @@ def __init__(self) -> None: # pragma: no cover
652652 self .response_text = ""
653653 self .headers = {
654654 "Connection" : "keep-alive" ,
655- "Content-Length" : str (len (self .response_text )),
655+ "Content-Length" : str (object = len (self .response_text )),
656656 }
657657
658658
@@ -675,7 +675,7 @@ def __init__(self) -> None:
675675 self .response_text = ""
676676 self .headers = {
677677 "Connection" : "Close" ,
678- "Content-Length" : str (len (self .response_text )),
678+ "Content-Length" : str (object = len (self .response_text )),
679679 }
680680
681681
@@ -719,7 +719,7 @@ def __init__(self) -> None: # pragma: no cover
719719 "Date" : date ,
720720 "Server" : "nginx" ,
721721 "Content-Type" : "text/html" ,
722- "Content-Length" : str (len (self .response_text )),
722+ "Content-Length" : str (object = len (self .response_text )),
723723 }
724724
725725
@@ -771,5 +771,5 @@ def __init__(self) -> None:
771771 "Server" : "nginx" ,
772772 "Cache-Control" : "must-revalidate,no-cache,no-store" ,
773773 "Date" : date ,
774- "Content-Length" : str (len (self .response_text )),
774+ "Content-Length" : str (object = len (self .response_text )),
775775 }
0 commit comments