> readLine is a destructive operation. It's mutating external (I/O) state.
That would be a problem then! > The val isn't changing. The failure is in the initialization of the val, > which happens before the println's which means you're initializing the > object more than once. Also, the getResponseBodyAsStream is also likely to > mutate the underlying post object. By initializing do you mean calling it? Im only explicitally calling the method that val is defined in once. > The code in the repository is different than the code you posted. If you > can check in the code and maybe put together a sample app, I'll look into > it. Yeah its local at the moment - it breaks some other stuff, so i want to fix it before committing it ideally. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
