Procházet zdrojové kódy

Finished unfinished comment

Taddeus Kroes před 13 roky
rodič
revize
3cc30d5a25
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      frame.py

+ 2 - 1
frame.py

@@ -183,7 +183,8 @@ def receive_fragments(sock, control_frame_handler):
     frame.
 
     `control_frame_handler' is a callback function taking a single argument,
-    which is a Frame instance
+    which is a ControlFrame instance in case a control frame is received (this
+    may occur in the middle of a fragment chain).
     """
     fragments = []