File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed 
java/src/org/openqa/selenium/remote/codec Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,6 @@ public Response decode(HttpResponse encodedResponse) {
108108      response .setValue (content );
109109    }
110110
111-     if  (response .getValue () instanceof  String ) {
112-       // We normalise to \n because Java will translate this to \r\n 
113-       // if this is suitable on our platform, and if we have \r\n, java will 
114-       // turn this into \r\r\n, which would be Bad! 
115-       response .setValue (((String ) response .getValue ()).replace ("\r \n " , "\n " ));
116-     }
117- 
118111    if  (response .getStatus () != null  && response .getState () == null ) {
119112      response .setState (errorCodes .toState (response .getStatus ()));
120113    } else  if  (response .getStatus () == null  && response .getState () != null ) {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments