javax.net.ssl.SSLException: Write error: ssl=0x7f70604080: I/O error during system call, Broken pipe

前端 未结 1 647
悲哀的现实
悲哀的现实 2021-02-05 12:17

I use retrofit for uploading image to server, but have a strange issue

api method declaration:

@POST(\"/uploadImage\")
@Multipart
Result

        
1条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-05 13:06

    This exception is the result of file limit on server side

    0 讨论(0)
提交回复
热议问题