From a74c21c56d4d7212e3d9d3125bb3c6b4b3e5bb11 Mon Sep 17 00:00:00 2001
From: a <a@tuxpa.in>
Date: Mon, 7 Aug 2023 13:40:46 -0500
Subject: [PATCH] fix exports

---
 exports.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exports.go b/exports.go
index d4361dc..22dc337 100644
--- a/exports.go
+++ b/exports.go
@@ -20,7 +20,7 @@ type (
 	// ResponseWriter is used to write responses to the request
 	ResponseWriter = codec.ResponseWriter
 	// StreamingConn is a conn that supports streaming methods
-	StreamingConn = codec.Conn
+	StreamingConn = codec.StreamingConn
 	// Request is the request object
 	Request = codec.Request
 	// Server is a jrpc server
-- 
GitLab