parse-packets ( -- )


Vocabulary
fastcgi

Definition
USING: kernel ;

IN: fastcgi

: parse-packets ( -- ) [ get-header dispatch-by-header ] loop ;