]> git.plutz.net Git - rawnet/blobdiff - page_video.sh
For progress frame use chunked encoding instead of long poll
[rawnet] / page_video.sh
index e69089e058424df87a2013a3c0b08689aa04848d..3215bbb30d7a57237868eea8b617df14ab52774b 100755 (executable)
@@ -86,7 +86,6 @@ if [ "$CHANNEL_ID" -a "$VIDEO_ID" -a "$action" = edit ]; then
 
 elif [ "$CHANNEL_ID" -a "$VIDEO_ID" -a "$action" = frameuploadprogress ]; then
   AUTHOR || REDIRECT "$_BASE/$CHANNEL_ID/$VIDEO_ID/#ERROR_EDIT_NOTALLOWED"
-  printf '%s\r\n' 'Content-Type: text/html' 'Connection: close' ''
   frame_uploadprogress
 
 elif [ "$CHANNEL_ID" -a "$VIDEO_ID" -a ! -f "$VIDEO_FILE" ] && AUTHOR; then