OkHttpFinal icon indicating copy to clipboard operation
OkHttpFinal copied to clipboard

OkHttpTask.java 第115行 method应该是patch,不是put

Open chenlvmao opened this issue 9 years ago • 1 comments

OkHttpTask.java 第115行 method应该是patch,不是put case PATCH: RequestBody bodyPatch = params.getRequestBody(); if (bodyPatch != null) { builder.put(new ProgressRequestBody(bodyPatch, this)); } break;

chenlvmao avatar Nov 08 '16 02:11 chenlvmao

可以有

sheep0704 avatar Dec 01 '16 03:12 sheep0704