Skip to content

Commit 9ea2ca6

Browse files
author
Sebastiano Merlino
committed
Adjusted copy constructor of HttpResponse class
1 parent 501f82f commit 9ea2ca6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/httpserver/HttpResponse.hpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ class HttpResponse
101101
content(b.content),
102102
responseCode(b.responseCode),
103103
headers(b.headers),
104-
footers(b.footers)
104+
footers(b.footers),
105+
responseType(b.responseType),
106+
realm(b.realm),
107+
opaque(b.opaque),
108+
reloadNonce(b.reloadNonce)
105109
{
106110
}
107111
/**

0 commit comments

Comments
 (0)