From a879a73500ff68cba4ea784d4364d84aaa74a6e7 Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Wed, 28 Oct 2009 15:02:13 +0000 Subject: [PATCH] move the nl production to after the frame. git-svn-id: https://svn.apache.org/repos/asf/activemq/stomp/trunk@830566 13f79535-47bb-0310-9956-ffa450edef68 --- webgen/src/stomp10/specification.page | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webgen/src/stomp10/specification.page b/webgen/src/stomp10/specification.page index a98a7a7..acf9af0 100644 --- a/webgen/src/stomp10/specification.page +++ b/webgen/src/stomp10/specification.page @@ -219,12 +219,14 @@ We will use the augmented Backus-Naur Form (BNF) used in the HTTP/1.1 (rfc2616) DIGIT = NULL = - frame = *( LF ) - command LF + frame-stream = 1*frame + + frame = command LF *( header LF ) LF [ content ] NULL + *( LF ) command = client-command | server-command