stillalex commented on code in PR #1835: URL: https://github.com/apache/solr/pull/1835#discussion_r1291835383
########## solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java: ########## @@ -829,6 +824,7 @@ private NamedList<Object> processErrorsAndResponse( // no processor specified, return raw stream NamedList<Object> rsp = new NamedList<>(); rsp.add("stream", is); + rsp.add("responseStatus", httpStatus); Review Comment: this is an int, check a few lines above `int httpStatus = response.getStatus();` and yes this was exactly what I was trying to do, separate implementation details from the response :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org