Uploaded image for project: 'FtpServer'
  1. FtpServer
  2. FTPSERVER-101

response.write() does not flush the stream

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Cannot Reproduce
    • 1.0.0-M1
    • 1.0.0-M2
    • Ftplets
    • None
    • All platforms

    Description

      Calls to response.write() does not flush the stream. As a result only some of the responses is written when more than one call to response.write() is made. For eg:

      response.write(1234, "test");
      //do something
      response.write(2345, "test");

      return FtpletEnum.RET_SKIP;

      does NOT print

      1234 test
      2345 test
      on the client terminal.

      Attachments

        Activity

          People

            niklas Niklas Therning
            urgentftp ajith
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: