diff options
| -rw-r--r-- | src/rabbit_basic.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_basic.erl b/src/rabbit_basic.erl index 357333a948..3117e98e65 100644 --- a/src/rabbit_basic.erl +++ b/src/rabbit_basic.erl @@ -86,7 +86,7 @@ build_content(Properties, BodyBin) -> #content{class_id = ClassId, properties = Properties, properties_bin = none, - protocol = rabbit_framing_amqp_0_9_1, + protocol = none, payload_fragments_rev = [BodyBin]}. from_content(Content) -> |
