Skip to content

Commit

Permalink
When changing the setting for streaming file uploads, the request rea…
Browse files Browse the repository at this point in the history
…der should be reset
  • Loading branch information
jbrichau committed Mar 10, 2024
1 parent 7543e51 commit 2890145
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*Seaside-Zinc-Core
streamUploads: aBoolean
^ self
optionAt: #streamUploads
put: aBoolean

^ [ self optionAt: #streamUploads put: aBoolean ]
ensure: [ self delegate adaptor configureServerForBinaryReading ]

0 comments on commit 2890145

Please sign in to comment.